home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / adduser / RCS / adduser.man,v < prev    next >
Encoding:
Text File  |  1991-06-04  |  1.4 KB  |  65 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     91.06.03.17.03.10;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Manual page for adduser.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @'\" Copyright 1991 Regents of the University of California
  27. '\" Permission to use, copy, modify, and distribute this
  28. '\" documentation for any purpose and without fee is hereby
  29. '\" granted, provided that this notice appears in all copies.
  30. '\" The University of California makes no representations about
  31. '\" the suitability of this material for any purpose.  It is
  32. '\" provided "as is" without express or implied warranty.
  33. '\" 
  34. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.3 91/01/07 17:52:58 mottsmth Exp $ SPRITE (Berkeley)
  35. '/" 
  36. .so \*(]ltmac.sprite
  37. .HS ADDUSER admin
  38. .BS
  39. '\" Note:  do not modify the .SH NAME line immediately below!
  40. .SH NAME
  41. adduser \- Create a user account
  42. .SH SYNOPSIS
  43. \fBadduser\fR
  44. .BE
  45.  
  46. .SH DESCRIPTION
  47. .PP
  48. The
  49. .B adduser
  50. program creates a new user account.  This involves gathering
  51. information for the account (user's name, password, etc.), creating an
  52. entry for the user in the password file, creating and initializing the
  53. user's home directory, and adding the user's account to the
  54. .B sprite-users
  55. mailing list.
  56. .PP
  57. .B Adduser
  58. is basically menu-driven; its usage should be self-explanatory.  If it
  59. runs into problems or you kill it halfway through, it will try to
  60. clean up after itself.
  61.  
  62. .SH KEYWORDS
  63. user, account
  64. @
  65.